home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / stayon.doc < prev    next >
Text File  |  1995-03-31  |  3KB  |  49 lines

  1. STAYON by Brian Maguire; a substitute for 0 WAIT. 
  2. Documentation by Joe Horn 
  3.  
  4.          úÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿ 
  5.          3 Mini-instructions: STAYON. Wait. Press any key to exit. 3 
  6.          àÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄù 
  7.  
  8. The HP-41, 75, 71 and 42 all have commands that allow the automatic 
  9. time-out powerdown to be disabled.  The HP 48 does not.  The STAYON 
  10. program can be used to force the HP 48 into low-power mode yet stay 
  11. on. 
  12.  
  13. STAYON is like 0 WAIT; both suspend program execution until a key is 
  14. pressed, at which time the key's numeric code is placed on the stack 
  15. and the program continues.  Both also put the HP 48 into light sleep 
  16. (low-drain mode) to extend battery life.  Both turn off the busy 
  17. annunciator.  Due to these similarities, STAYON may be included in a 
  18. program in place of 0 WAIT. 
  19.  
  20. However, there are some vital differences: 
  21.  
  22.  ÉííííííííííííííííííííííííííííííííííííííÑííííííííííííííííííííííííííííííííííí» 
  23.  º               STAYON                 3              0 WAIT               º 
  24.  ìííííííííííííííííííííííííííííííííííííííφííííííííííííííííííííííííííííííííííí1 
  25.  º HP 48 stays on until key is pressed  3 Times out after 10 minutes and    º 
  26.  º (hence the name STAYON).             3 the HP 48 turns off.              º 
  27.  ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ 
  28.  º Ignores alarms (they merely light    3 Interrupted by alarms.            º 
  29.  º the busy annunciator and wait until  3                                   º 
  30.  º STAYON is exited by a keystroke).    3                                   º 
  31.  ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ 
  32.  º Ticking clock display (if active)    3 Ticking clock can be displayed.   º 
  33.  º appears frozen as during program     3                                   º 
  34.  º execution.                           3                                   º 
  35.  ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ 
  36.  º Returned keycode is in absolute key  3 Returned keycode is in rc.p form  º 
  37.  º position form (e.g. MTH is key 7,    3 as used by the ASN command.       º 
  38.  º and + is key 49).                    3                                   º 
  39.  ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ 
  40.  º Any key exits, even the shifts       3 Shift keys do not exit, but are   º 
  41.  º (alpha is key 30, left-shift is key  3 combined with other keys to form  º 
  42.  º 35, and right-shift is key 40).      3 an rc.p keycode.                  º 
  43.  ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ 
  44.  º The ON key (ATTN) is treated like    3 The ON key (ATTN) aborts the WAIT º 
  45.  º any other key: it returns keycode    3 command and program execution     º 
  46.  º 45 and does not abort a program.     3 (unless included in an IFERR      º 
  47.  º                                      3 error trap).                      º 
  48.  èííííííííííííííííííííííííííííííííííííííïííííííííííííííííííííííííííííííííííí¼ 
  49.